home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / kern / uipc_domain_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-05  |  400 b   |  21 lines

  1. /* Prototypes for functions defined in
  2. uipc_domain.c
  3.  */
  4.  
  5. BOOL domaininit(void);
  6.  
  7. struct protosw * pffindtype(int family,
  8.                             int type);
  9.  
  10. struct protosw * pffindproto(int family,
  11.                              int protocol,
  12.                              int type);
  13.  
  14. void pfctlinput(int cmd,
  15.                 struct sockaddr * sa);
  16.  
  17. void pfslowtimo(void);
  18.  
  19. void pffasttimo(void);
  20.  
  21.